﻿2026-05-14T10:45:05.0714607Z ##[group]Run actions/checkout@v4
2026-05-14T10:45:05.0715874Z with:
2026-05-14T10:45:05.0716625Z   repository: SaberMage/rebno
2026-05-14T10:45:05.0717771Z   token: ***
2026-05-14T10:45:05.0718502Z   ssh-strict: true
2026-05-14T10:45:05.0719261Z   ssh-user: git
2026-05-14T10:45:05.0720040Z   persist-credentials: true
2026-05-14T10:45:05.0721100Z   clean: true
2026-05-14T10:45:05.0721902Z   sparse-checkout-cone-mode: true
2026-05-14T10:45:05.0722852Z   fetch-depth: 1
2026-05-14T10:45:05.0723607Z   fetch-tags: false
2026-05-14T10:45:05.0724398Z   show-progress: true
2026-05-14T10:45:05.0725178Z   lfs: false
2026-05-14T10:45:05.0725889Z   submodules: false
2026-05-14T10:45:05.0726681Z   set-safe-directory: true
2026-05-14T10:45:05.0727818Z ##[endgroup]
2026-05-14T10:45:05.2113535Z Syncing repository: SaberMage/rebno
2026-05-14T10:45:05.2117890Z ##[group]Getting Git version info
2026-05-14T10:45:05.2122512Z Working directory is '/home/runner/work/rebno/rebno'
2026-05-14T10:45:05.2125473Z [command]/usr/bin/git version
2026-05-14T10:45:05.2127123Z git version 2.53.0
2026-05-14T10:45:05.2132421Z ##[endgroup]
2026-05-14T10:45:05.2140339Z Temporarily overriding HOME='/home/runner/work/_temp/2b357188-c42d-49f4-afab-d145816ae3e0' before making global git config changes
2026-05-14T10:45:05.2145465Z Adding repository directory to the temporary git global config as a safe directory
2026-05-14T10:45:05.2148914Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/rebno/rebno
2026-05-14T10:45:05.2153803Z Deleting the contents of '/home/runner/work/rebno/rebno'
2026-05-14T10:45:05.2156232Z ##[group]Initializing the repository
2026-05-14T10:45:05.2158153Z [command]/usr/bin/git init /home/runner/work/rebno/rebno
2026-05-14T10:45:05.2209421Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-14T10:45:05.2213278Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-14T10:45:05.2216727Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-14T10:45:05.2221620Z hint: call:
2026-05-14T10:45:05.2223219Z hint:
2026-05-14T10:45:05.2225012Z hint: 	git config --global init.defaultBranch <name>
2026-05-14T10:45:05.2227076Z hint:
2026-05-14T10:45:05.2229203Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-14T10:45:05.2232547Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-14T10:45:05.2235270Z hint:
2026-05-14T10:45:05.2236701Z hint: 	git branch -m <name>
2026-05-14T10:45:05.2238364Z hint:
2026-05-14T10:45:05.2240406Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-14T10:45:05.2248712Z Initialized empty Git repository in /home/runner/work/rebno/rebno/.git/
2026-05-14T10:45:05.2254038Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/rebno
2026-05-14T10:45:05.2267856Z ##[endgroup]
2026-05-14T10:45:05.2269630Z ##[group]Disabling automatic garbage collection
2026-05-14T10:45:05.2276765Z [command]/usr/bin/git config --local gc.auto 0
2026-05-14T10:45:05.2310522Z ##[endgroup]
2026-05-14T10:45:05.2312995Z ##[group]Setting up auth
2026-05-14T10:45:05.2321516Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-14T10:45:05.2356455Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-14T10:45:05.2651648Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-14T10:45:05.2683700Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-14T10:45:05.2932840Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-14T10:45:05.2960066Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-14T10:45:05.3196486Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-14T10:45:05.3238156Z ##[endgroup]
2026-05-14T10:45:05.3241509Z ##[group]Fetching the repository
2026-05-14T10:45:05.3250270Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +91f954eac3a45ec7a02ea2cf2f627b695cbc1821:refs/remotes/origin/main
2026-05-14T10:45:06.7892767Z From https://github.com/SaberMage/rebno
2026-05-14T10:45:06.7894252Z  * [new ref]         91f954eac3a45ec7a02ea2cf2f627b695cbc1821 -> origin/main
2026-05-14T10:45:06.7919037Z ##[endgroup]
2026-05-14T10:45:06.7920107Z ##[group]Determining the checkout info
2026-05-14T10:45:06.7921840Z ##[endgroup]
2026-05-14T10:45:06.7929102Z [command]/usr/bin/git sparse-checkout disable
2026-05-14T10:45:06.7968558Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-14T10:45:06.7996140Z ##[group]Checking out the ref
2026-05-14T10:45:06.8000448Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-05-14T10:45:07.4498224Z Switched to a new branch 'main'
2026-05-14T10:45:07.4501696Z branch 'main' set up to track 'origin/main'.
2026-05-14T10:45:07.5294244Z ##[endgroup]
2026-05-14T10:45:07.5333262Z [command]/usr/bin/git log -1 --format=%H
2026-05-14T10:45:07.5359224Z 91f954eac3a45ec7a02ea2cf2f627b695cbc1821
